(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/gadtools.h>
#include <intuition/intuition.h>
void GT_ReplyIMsg()
SYNOPSIS
struct IntuiMessage * imsg

LOCATION
In GadToolsBase at offset 13
FUNCTION
Replies a message gotten via GT_GetIMsg().

INPUTS
imsg
The message to reply.
RESULT
NOTES
EXAMPLE
BUGS
SEE ALSO
GT _GetIMsg(), exec.library/ReplyMsg()
INTERNALS
HISTORY
04.04.1997 ldp
Gadtools -> GadTools
25.03.1997 srittau
Initial revision